Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
ASP.Net Tutorial
1) ADO Net Database
2) Ajax
3) ASP Net Controls
4) ASP Net Instroduction
5) Authentication Authorization
6) Cache
7) Collections
8) Configuration
9) Cookie
10) Custom Controls
11) Data Binding
12) Development
13) File Directory
14) HTML Controls
15) Internationalization
16) Language Basics
17) LINQ
18) Mobile
19) Page Lifecycle
20) Profile
21) Response
22) Sessions
23) Validation
24) WebPart
25) XML
Cache
1) Adding Items with a Sliding Expiration Policy
2) Adding Items with an Absolute Expiration Policy
3) Adding Items with Dependencies
4) Basic operations executed on the ASP NET Cache object
5) Cache Object DataSource
6) Cached with a dependency on an item in the cache named Products
7) Caching with a User Control
8) Caching with the ObjectDataSource Control
9) Convert data in Cache to integer
10) Creating a Page Output Cache File Dependency
11) Creating a User Control Cache File Dependency
12) Creating an RssCacheDependency class (C#)
13) Creating an RssCacheDependency class (VB)
14) Creating Page Output Cache Profiles
15) Expiring the Page Output Cache Programmatically
16) Low Level using HttpCachePolicy Class
17) Manipulating the Page Output Cache Programmatically
18) NewsRotator control uses the WriteSubstitution() when displaying a random news item
19) Object Caching File Dependency
20) Object Caching Item Dependency
21) OutputCache Duration=20 VaryByParam=None
22) Overview of Caching
23) Programmatic Fragment Caching
24) Programmatically caching a User Control
25) Save data to Cache if it is not there
26) Sharing a User Control Output Cache
27) Specifying Cache Item Priorities
28) Specifying the Cache Location
29) SqlDataSource caching
30) SqlDependency (C#)
31) SqlDependency (VB)
32) SqlDependency=Northwind
33) Use post-cache substitution programmatically by using the Response WriteSubstitution() method
34) Using a Sliding Cache Expiration Policy
35) Using an Absolute Cache Expiration Policy
36) Using Data Caching
37) Using Polling SQL Cache Dependencies with Data Caching
38) Using Polling SQL Cache Dependencies with DataSource Caching
39) Using Polling SQL Cache Dependencies with Page Output Caching
40) Using Post-Cache Substitution
41) Using SQL Cache Dependencies
42) Using the Cache object with the SqlDependency object (C#)
43) Using the Cache object with the SqlDependency object (VB)
44) Varying the Output Cache by a Custom Function
45) Varying the Output Cache by Browser
46) Varying the Output Cache by Control
47) Varying the Output Cache by Header
48) Varying the Output Cache by Parameter
49) You enable Page Output Caching by adding an %@ OutputCache % directive to a page